.home-footer {
    margin: auto 0;

    display: flex;
    flex-direction: row;

    justify-content: space-around;
}

.home-footer > img {
    cursor: pointer;
}

.home-footer .date-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.home-footer .date-container p {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 40px;
    text-align: center;

    color: var(--color-IV);
}